home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / calc_handlebutton.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  169 b   |  13 lines  |  [TEXT/MPCC]

  1. /* calc_handlebutton.h */
  2.  
  3. #ifndef __CHA__
  4. #define __CHA__
  5.  
  6.         void    ResetStr(void);
  7.  
  8.         void    DarkWindowInit(void);
  9.  
  10.         void    handlebutton_seg        (void);
  11.  
  12.  
  13. #endif    /*    __CHA__    */